ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / PagesCollection<T> Constructor / PagesCollection<T> Constructor(DocumentBase<T>)
The document.

In This Topic
    PagesCollection<T> Constructor(DocumentBase<T>)
    In This Topic
    Initializes a new instance of the PagesCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal document As DocumentBase(Of T) _
    )
    public PagesCollection<T>( 
       DocumentBase<T> document
    )

    Parameters

    document
    The document.
    See Also